[DllImport("user32.dll")]
static extern bool GetWindowPlacement(IntPtr hWnd,
out WINDOWPLACEMENT lpwndpl);
<DllImport("user32.dll")> _
Public Shared Function GetWindowPlacement( _
ByVal hWnd As IntPtr, _
ByRef lpwndpl As WINDOWPLACEMENT) As Boolean
End Function
None.
None.
Please add some!
Please add some!
Do you know one? Please contribute it!